home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld Secrets (4th Edition)
/
Mac Secrets CD 4th Ed.toast
/
Apple Advanced Technologies
/
Apple Speech Technologies 1.5
/
PlainTalk Developer Info
/
Speech Recognition Manager SDK
/
SR Sample Code
/
Tiny SR Example
/
MPW C Tiny Example
/
TinySRApp.r
< prev
Wrap
Text File
|
1994-05-04
|
921b
|
45 lines
/*------------------------------------------------------------------------------
#
# Simple Speech Recognition Toolbox Sample Application
#
# TinySRApp
#
# TinySRApp.r - Rez Source
#
# Copyright © 1994 Apple Computer, Inc.
# All rights reserved.
#
# Versions: 1.0 5/94
#
# Components: TinySRApp.c May 4, 1994
# TinySRApp.r May 4, 1994
# TinySRApp.make May 4, 1994
#
# The TinySRApp program is a simple demonstration of how to use the Speech
# Recognition Toolbox.
#
------------------------------------------------------------------------------*/
#include "Types.r"
resource 'SIZE' (-1) {
reserved,
acceptSuspendResumeEvents,
reserved,
canBackground,
multiFinderAware,
backgroundAndForeground,
getFrontClicks,
ignoreChildDiedEvents,
is32BitCompatible,
isHighLevelEventAware,
onlyLocalHLEvents,
notStationeryAware,
dontUseTextEditServices,
reserved,
reserved,
reserved,
65536,
65536
};